projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6dede1a
)
Remove a reference to a non-existing function
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Aug 2014 20:04:14 +0000
(22:04 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 2 Aug 2014 20:26:05 +0000
(22:26 +0200)
gtk/gtkwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index 5dff6c74db141e4117077d5773d17e9c3b808059..cf6b81a2381d3ae5a6cb5deb65f23fa27e58c3b5 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-96,8
+96,7
@@
* your window (synonymous with gtk_window_add_accel_group().
*
* It also supports the <initial-focus> element, whose name property names
- * the widget to receive the focus when the window is mapped. See
- * gtk_window_set_initial_focus().
+ * the widget to receive the focus when the window is mapped.
*
* An example of a UI definition fragment with accel groups:
* |[